Autogenerated HTML docs for v2.29.2-260-ge31ab
diff --git a/git-diff-files.html b/git-diff-files.html index d8bd8fe..e4df7fa 100644 --- a/git-diff-files.html +++ b/git-diff-files.html
@@ -802,8 +802,8 @@ <dd> <p> Generate diffs with <n> lines of context instead of - the usual three. Implies <code>--patch</code>. - Implies <code>-p</code>. + the usual three. + Implies <code>--patch</code>. </p> </dd> <dt class="hdlist1"> @@ -1501,7 +1501,8 @@ <dd> <p> In addition to <code>--full-index</code>, output a binary diff that - can be applied with <code>git-apply</code>. Implies <code>--patch</code>. + can be applied with <code>git-apply</code>. + Implies <code>--patch</code>. </p> </dd> <dt class="hdlist1"> @@ -1511,7 +1512,8 @@ <p> Instead of showing the full 40-byte hexadecimal object name in diff-raw format output and diff-tree header - lines, show only a partial prefix. + lines, show the shortest prefix that is at least <em><n></em> + hexdigits long that uniquely refers the object. In diff-patch output format, <code>--full-index</code> takes higher precedence, i.e. if <code>--full-index</code> is specified, full blob names will be shown regardless of <code>--abbrev</code>.